Skip to main content

Create Bulk Plans

Create bulk subscription plans with Spotflow

POST https://api.spotflow.co/api/v1/plans/bulk

Headers

authorization
String

Bearer SECRET_KEY
Include your secret key in the request header as a Bearer token for authorization. Unauthorized requests will result in a 401 HTTP status code.

Body Parameters

Add a form-data with a key of “file” in the request body. In the value tab, upload a CSV file of your bulk subscriptions.

Sample Response

200 OK

{
"status": "success",
"failedRequests": []
}